DisposeMatte
TheDisposeMatte
function disposes of a matte that you obtained from theGetTrackMatte
function, which is described in the previous section.
pascal void DisposeMatte (PixMapHandle theMatte);
theMatte
- Handle to the matte to be disposed. Your application obtains this handle from the
GetTrackMatte
function.SPECIAL CONSIDERATIONS
You should not use this function to dispose of mattes or pixel maps that you obtain through other means.ERROR CODES
None